home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8905 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  894 b 

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Windows C programming HELP
  5. Date: 27 Feb 1996 09:01:47 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4guh9r$euh@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe15.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Feb 26, 1996 14:31:24 in article <Windows C programming HELP>, 'CONSR
  15. <N.S.Ravat-93@student.lut.ac.uk>' wrote: 
  16.  
  17.  
  18. >Does anyone know how I can resize a window without altering 
  19. >it's Z-order position? 
  20. >SetWindowPlacement() allows me to resize a window, but it also 
  21. >activates the window and brings it to the top of the Z-order!! 
  22.  
  23. ::SetWindowPos (....... flags); 
  24.  
  25. where flags = SWP_NOZORDER | whatever else you need. 
  26.  
  27. -- 
  28. Pete Grant 
  29. Kalevi, Inc. 
  30. Software Engineering & development
  31.